Records Service
Functions
Authenticate with an OAuth2 provider and returns a new auth token and record data. This action usually should be called right after the provider login page redirect. You could also check the OAuth2 web integration example.
Use the OTP password from the OTP email to log in Authenticate a single auth record with an one-time password (OTP).
Authenticate a single auth record by their username/email and password.
The url path to the service's API
Confirms email address change.
Confirms an email address verification request.
Creates a new record and gets the record
Fetches all records in the collection at once
Fetches a paged list of records
Fetches a single record
Impersonate allows you to authenticate as a different user by generating a non-refreshable auth token.
returns a public list with the allowed collection authentication methods
Returns a new auth response (token and user data) for already authenticated auth record. This method is usually called by users on page/screen reload to ensure that the previously stored data in pb.authStore is still valid and up-to-date.
Sends an email change request for an authenticated record.
Requests an OTP email be sent Authenticate a single auth record with an one-time password (OTP).
Sends a password reset email to a specified auth record email.
Sends auth record verification email request.
Updates an existing records and gets it